home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special XP & Vista / Chip Spesial XP & Vista.iso / 1_Audio_Video / MediaCoder / MediaCoder-0.6.1.4098.exe / htdocs / start.7z / style.css < prev    next >
Cascading Style Sheet File  |  2007-09-16  |  2KB  |  136 lines

  1. .style1 {color: #FFFFFF}
  2. .line1 {
  3.     border-top-width: 1px;
  4.     border-top-style: dashed;
  5.     border-right-style: none;
  6.     border-bottom-style: none;
  7.     border-left-style: none;
  8.     border-top-color: #CCCCCC;
  9.     height: 8px;
  10. }
  11. .line2 {
  12.     border-right-width: 1px;
  13.     border-top-style: none;
  14.     border-right-style: dashed;
  15.     border-bottom-style: none;
  16.     border-left-style: none;
  17.     border-right-color: #CCCCCC;
  18. }
  19. .text {
  20.     font-family: Verdana;
  21.     font-size: 10px;
  22.     line-height: 12px;
  23.     color: #19559e;
  24. }
  25. .bg {
  26.     background-image: url(images/bg_00.png);
  27.     background-repeat: repeat;
  28.     background-position: bottom;
  29. }
  30. .border {
  31.     border: 1px solid #CCCCCC;
  32. }
  33. .bg2 {
  34.     background-image: url(images/bg_01.png);
  35.     background-repeat: repeat;
  36.     background-position: top;
  37. }
  38. .text2 {
  39.     font-family: Verdana;
  40.     font-size: 11px;
  41.     line-height: 125%;
  42.     color: #333333;
  43.     text-align: left;
  44. }
  45. .text3 {
  46.     font-family: Verdana;
  47.     font-size: 12px;
  48.     line-height: 125%;
  49.     color: #333333;
  50.     text-align: justify;
  51. }
  52. .textzh {
  53.     font-family: Verdana;
  54.     font-size: 12px;
  55.     line-height: 125%;
  56.     color: #333333;
  57.     text-align: left;
  58. }
  59.  
  60. a:link {
  61.     color: #54B2FF;
  62. }
  63. a:visited {
  64.     color: #54B2FF;
  65. }
  66. a:hover {
  67.     color: #FF9900;
  68. }
  69.  
  70. .dllinks {
  71. list-style:none;
  72. font-weight:bold;
  73. text-align:left;
  74. font-size:11px;
  75. }
  76. .dllinks li {
  77. margin-bottom:6px;
  78. }
  79. .dllinks td {
  80. vertical-align:top;
  81. }
  82. .dllinks a {
  83. color: #54B2FF;
  84. }
  85. .dllinks span {
  86. font-size:10px;
  87. font-weight:normal;
  88. }
  89.  
  90. .box_zh {
  91. list-style:none;
  92. font-weight:bold;
  93. text-align:left;
  94. font-size:12px;
  95. }
  96. .box_zh li {
  97. margin-bottom:6px;
  98. }
  99. .box_zh td {
  100. vertical-align:top;
  101. }
  102. .box_zh a {
  103. color: #54B2FF;
  104. }
  105. .box_zh span {
  106. font-size:11px;
  107. font-weight:normal;
  108. }
  109.  
  110. .tips {
  111. font-size:10px;
  112. font-weight:normal;
  113. }
  114. .tips_zh {
  115. font-size:11px;
  116. font-weight:normal;
  117. }
  118. .notes li {
  119. margin-bottom:4px;
  120. }
  121.  
  122. .adbox {
  123. border:2px;
  124. border-left-style:groove;
  125. border-bottom-style:groove;
  126. border-color:#000000;
  127. background-color:#52B5FF;
  128. width:130px;
  129. height:40px;
  130. font-size:10px;
  131. font-weight:bold;
  132. text:expression(target="_blank"); 
  133. }
  134. .adbox a {
  135. color: #FFFFFF;
  136. }